object FormatLinesDialog: TFormatLinesDialog Left = 357 Top = 407 BorderStyle = bsDialog Caption = 'Format Lines' ClientHeight = 126 ClientWidth = 283 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 13 Width = 43 Height = 13 Caption = '&Break at:' FocusControl = spnAt end object Label2: TLabel Left = 8 Top = 37 Width = 51 Height = 13 Caption = '&Tolerance:' FocusControl = spnTol end object btnOK: TCorelButton Left = 200 Top = 8 Width = 75 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 4 end object btnCancel: TCorelButton Left = 200 Top = 40 Width = 75 Height = 23 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 5 end object chkForceBreak: TCheckBox Left = 8 Top = 72 Width = 265 Height = 17 Caption = 'Break even &without Whitespace' Checked = True State = cbChecked TabOrder = 2 end object spnAt: TSpinEdit Left = 80 Top = 8 Width = 105 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 0 Value = 0 end object spnTol: TSpinEdit Left = 80 Top = 32 Width = 105 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 1 Value = 5 end object chkEx: TCheckBox Left = 8 Top = 88 Width = 265 Height = 17 Caption = 'E&xtended Whitespace Characters' TabOrder = 3 end object chkBlock: TCheckBox Left = 8 Top = 104 Width = 265 Height = 17 Caption = 'B&lock sentence' TabOrder = 6 end end